type internal/strconv.uint128
19 uses
internal/strconv (current package)
ftoadbox.go#L183: func uadd128(u uint128, n uint64) uint128 {
ftoadbox.go#L232: func umul192Upper128(x uint64, y uint128) uint128 {
ftoadbox.go#L239: func umul192Lower128(x uint64, y uint128) uint128 {
ftoadbox.go#L242: return uint128{uint64(high + highLow.Hi), highLow.Lo}
ftoadbox.go#L248: func dboxMulPow64(u uint64, phi uint128) (intPart uint64, isInt bool) {
ftoadbox.go#L268: func dboxParity64(mant2 uint64, phi uint128, beta int) (parity bool, isInt bool) {
ftoadbox.go#L286: func dboxDelta64(φ uint128, β int) uint32 {
ftoadbox.go#L308: func dboxRange64(φ uint128, β int) (left, right uint64) {
ftoadbox.go#L322: func dboxRoundUp64(phi uint128, beta int) uint64 {
ftoadbox.go#L332: func dboxPow64(k, e int) (φ uint128, β int) {
math.go#L11: type uint128 struct {
math.go#L17: func umul128(x, y uint64) uint128 {
math.go#L19: return uint128{hi, lo}
math.go#L23: func umul192(x uint64, y uint128) (hi, mid, lo uint64) {
math.go#L33: func pow10(e int) (mant uint128, exp int, ok bool) {
pow10tab.go#L18: var pow10Tab = [...]uint128{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |